hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipEventQueue.Touch
hip
systems
input
HipEventQueue
Undocumented in source.
class
HipEventQueue
struct
Touch {
ushort
id
;
float
xPos
;
float
yPos
;
}
Members
Variables
id
ushort
id
;
Ubyte unnecessary, as I doubt any arch would receive a struct non divisible by 2
xPos
float
xPos
;
Undocumented in source.
yPos
float
yPos
;
Undocumented in source.
Meta
Source
See Implementation
hip
systems
input
HipEventQueue
constructors
this
enums
EventType
functions
poll
static functions
clear
newController
post
static variables
controllers
structs
Gamepad
InputEvent
Key
Resize
Scroll
Touch